|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
This interface is used to initialize the AmEdmItemsUI_object. It determines which document an operation will be performed on.
Name | Description |
---|---|
See Remarks. |
|
Accepts a combination of AMITEMS_FLAGS constants values. |
Sub Init(AMClient As Object, varrIDs, [AMServices As Object]) AMClient
This argument can be an AMDocument object, anAMFolder object, or an AMDocumentRepository object.
When an AMDocumentRepository is used, the varrIDs argument should define the document ID(s).
varrIDs
If AMClient is a document or folder, this argument can be 0.
If AMClient is a document, this argument can be another document (to compare documents, use AMIV_COMPARE).
If AMClient is an AMDocumentRepository, this argument should be an array of document IDs (batch operation).
AMServices
A service provider object is available from the interface extension designer: GetHostService method(SERVICE_PROVIDER).
Related information
IAMEdmItemsUICommands interface
Copyright © 2000-2012 BlueCielo ECM Solutions |